DHTML JavaScript Tree samples

Changing iconsets

dhtmlxTree is highly customizable JavaScript tree menu. You can use different iconsets for trees by chnaging images path.


tree=new dhtmlXTreeObject("treeboxbox_tree0","100%","100%",0); tree.setImagePath("../imgs/"); tree.loadXML("tree_b.xml");
 

tree=new dhtmlXTreeObject("treeboxbox_tree1","100%","100%",0); tree.setImagePath("../imgs/csh_bluebooks/"); tree.loadXML("tree_b.xml");
 

tree=new dhtmlXTreeObject("treeboxbox_tree1","100%","100%",0); tree.setImagePath("../imgs/csh_winstyle/"); tree.loadXML("tree_b.xml");



Go to the dhtmlxTree main page or Close this page